Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next

???

If it is not in the replica, it has not replicated. It's as simple as that.

Doc in database A and database B = has replicated
Doc in database A but not in database B = has not replicated

Something like this:
Set docA = col.GetFirstDocument
Do Until docA Is Nothing
Set docB = dbB.GetDocumentByUNID(docA.UniversalID)
If docB is Nothing Then
MsgBox "Document " & docA.UniversalID & " did not replicate yet."
End If
Set docA = col.GetNextDocument(doc)
Loop


Feedback response number WEBB9MNNRH created by ~Dan Kikiterobu on 08/04/2014

Is it possible to know if a documen... (~Autumn Brejumi... 30.Jul.14)
. . Of course. (~Dan Kikiterobu... 30.Jul.14)
. . . . Is it possible to know if a documen... (~Autumn Brejumi... 4.Aug.14)
. . . . . . ??? (~Dan Kikiterobu... 4.Aug.14)
. . . . . . . . some clarification then... (~Autumn Brejumi... 4.Aug.14)
. . . . . . . . . . Replication (~Dan Kikiterobu... 5.Aug.14)
. . . . . . . . . . . . Thanks about the Log_Replication va... (~Autumn Brejumi... 6.Aug.14)
. . . . . . . . . . . . . . Excactly. (~Dan Kikiterobu... 7.Aug.14)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS